Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for fuzzystrmatch and other external extensions #2083

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

jrgemignani
Copy link
Contributor

Added support for the fuzzystrmatch extension and for other external extensions.

Added support for typecasting ::pg_text to TEXTOID.

Added regression tests.

modified: sql/agtype_coercions.sql
modified: src/backend/parser/cypher_expr.c
modified: src/backend/utils/adt/agtype.c
modified: regress/expected/expr.out
modified: regress/sql/expr.sql

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql
@github-actions github-actions bot added master override-stale To keep issues/PRs untouched from stale action labels Aug 30, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed merged commit c3d658d into apache:master Sep 2, 2024
7 checks passed
jrgemignani added a commit to jrgemignani/age that referenced this pull request Sep 10, 2024
)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql
jrgemignani added a commit to jrgemignani/age that referenced this pull request Sep 10, 2024
)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql
jrgemignani added a commit to jrgemignani/age that referenced this pull request Sep 10, 2024
)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql

Resolved issue with funcname and the lack of the String data type
in PG versions < 15.
jrgemignani added a commit to jrgemignani/age that referenced this pull request Sep 10, 2024
)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql

Resolved issue with funcname and the lack of the String data type
in PG versions < 15.

Removed coercion parameter from call to makeFuncCall. Coercion isn't
passed to that function in PG versions < 14.
MuhammadTahaNaveed pushed a commit that referenced this pull request Sep 11, 2024
…2096)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql
MuhammadTahaNaveed pushed a commit that referenced this pull request Sep 11, 2024
…2097)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql
MuhammadTahaNaveed pushed a commit that referenced this pull request Sep 11, 2024
…2098)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql

Resolved issue with funcname and the lack of the String data type
in PG versions < 15.
MuhammadTahaNaveed pushed a commit that referenced this pull request Sep 11, 2024
…2099)

Added support for the fuzzystrmatch extension and for other
external extensions.

Added support for typecasting `::pg_text` to TEXTOID.

Added regression tests.

   modified:   sql/agtype_coercions.sql
   modified:   src/backend/parser/cypher_expr.c
   modified:   src/backend/utils/adt/agtype.c
   modified:   regress/expected/expr.out
   modified:   regress/sql/expr.sql

Resolved issue with funcname and the lack of the String data type
in PG versions < 15.

Removed coercion parameter from call to makeFuncCall. Coercion isn't
passed to that function in PG versions < 14.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master override-stale To keep issues/PRs untouched from stale action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants